home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Freeware / ShellFTP 0.7 / ShellFTP_0.7.exe / _ShellFTP.tmp / 0 / RCDATA / TFORMABOUT / TFORMABOUT.txt < prev   
Encoding:
Text File  |  2006-08-27  |  2.3 KB  |  113 lines

  1. object FormAbout: TFormAbout
  2.   Left = 0
  3.   Top = 0
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 184
  7.   ClientWidth = 344
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object LUeberschrift: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 89
  23.     Height = 19
  24.     Caption = 'ShellFTP 0.7'
  25.     Font.Charset = DEFAULT_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -16
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = []
  30.     ParentFont = False
  31.   end
  32.   object Label3: TLabel
  33.     Left = 16
  34.     Top = 33
  35.     Width = 43
  36.     Height = 13
  37.     Caption = 'Website:'
  38.   end
  39.   object Label4: TLabel
  40.     Left = 16
  41.     Top = 52
  42.     Width = 32
  43.     Height = 13
  44.     Caption = 'E-Mail:'
  45.   end
  46.   object Label5: TLabel
  47.     Left = 72
  48.     Top = 33
  49.     Width = 115
  50.     Height = 13
  51.     Cursor = crHandPoint
  52.     Caption = 'http://www.shellftp.de/'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clBlue
  55.     Font.Height = -11
  56.     Font.Name = 'Tahoma'
  57.     Font.Style = [fsUnderline]
  58.     ParentFont = False
  59.     OnClick = LinkClick
  60.   end
  61.   object Label6: TLabel
  62.     Left = 72
  63.     Top = 52
  64.     Width = 108
  65.     Height = 13
  66.     Cursor = crHandPoint
  67.     Caption = 'mailto:nils@shellftp.de'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = clBlue
  70.     Font.Height = -11
  71.     Font.Name = 'Tahoma'
  72.     Font.Style = [fsUnderline]
  73.     ParentFont = False
  74.     OnClick = LinkClick
  75.   end
  76.   object Label7: TLabel
  77.     Left = 207
  78.     Top = 41
  79.     Width = 127
  80.     Height = 26
  81.     Caption = 'Thanks to famfamfam.com for some of the icons!'
  82.     Font.Charset = DEFAULT_CHARSET
  83.     Font.Color = clWindowText
  84.     Font.Height = -11
  85.     Font.Name = 'Tahoma'
  86.     Font.Style = [fsItalic]
  87.     ParentFont = False
  88.     WordWrap = True
  89.   end
  90.   object GDonators: TGroupBox
  91.     Left = 8
  92.     Top = 87
  93.     Width = 321
  94.     Height = 89
  95.     Caption = 'Donators'
  96.     TabOrder = 0
  97.     object MDonators: TMemo
  98.       Left = 8
  99.       Top = 16
  100.       Width = 305
  101.       Height = 65
  102.       Color = clInactiveCaptionText
  103.       Lines.Strings = (
  104.         'Paul Steeles'
  105.         'Erik Hierhager'
  106.         'Nathan Tsui'
  107.         'Dale Stonall-Mellor')
  108.       ReadOnly = True
  109.       TabOrder = 0
  110.     end
  111.   end
  112. end
  113.